projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8204704
)
* data.c (Qinteractive_form): New variable.
author
Chong Yidong
<cyd@stupidchicken.com>
Tue, 24 Mar 2009 16:35:27 +0000
(16:35 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Tue, 24 Mar 2009 16:35:27 +0000
(16:35 +0000)
(Finteractive_form): Use it.
* eval.c (Fcommandp): Use Qinteractive_form.
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index dc0fbd183d19e0747930d30055d8d6f60d29a134..2c0c740458d48e140b87224b3c36d7af1d7bb062 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,10
@@
+2009-03-24 Chong Yidong <cyd@stupidchicken.com>
+
+ * data.c (Qinteractive_form): New variable.
+ (Finteractive_form): Use it.
+
+ * eval.c (Fcommandp): Use Qinteractive_form.
+
2009-03-24 Jason Rumney <jasonr@gnu.org>
* fileio.c (Fsubstitute_in_file_name): Always work on a copy.